|
|
|
|
Index Property, ColumnClass Class |
Returns the column's zero-based index in the column collection.
Syntax ColumnClass Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property Index As Integer |
C# |
public int Index { get; } |
C++ |
public: property int Index { |
Property Value
A value that specifies the zero-based column index in the column collection.
Comments
The Index property returns the column's zero-based index in the column collection.